Welcome![Sign In][Sign Up]
Location:
Search - call graph

Search list

[CSharpHuffmenTree

Description: 哈夫曼编/译码器 实现概要设计中定义的所有数据类型,对每个操作只需要写出伪码算法;对主程序和其他模块也都需要写出伪码算法(伪码算法达到的详细程度建议为:按照伪码算法可以在计算机键盘直接输入高级程序设计语言程序);画出函数的调用关系图。-Huffman encoder / decoder design outline to achieve the definition of all data types, for each operation only needs to write pseudo-code algorithms; the main program and other modules are also required to write pseudo-code algorithms (pseudo-code algorithms to achieve the level of detail recommendations : According to pseudo-code algorithms in the computer keyboard can be imported directly Senior Program Design Language Program); paint function call graph.
Platform: | Size: 9931 | Author: 季舟 | Hits:

[JSP/JavaGraphViz

Description: java 调用 Graphviz,支持中文和SVG格式的输出-java call Graphviz, and Chinese support SVG output format
Platform: | Size: 2048 | Author: 罗汉果 | Hits:

[CSharpHuffmenTree

Description: 哈夫曼编/译码器 实现概要设计中定义的所有数据类型,对每个操作只需要写出伪码算法;对主程序和其他模块也都需要写出伪码算法(伪码算法达到的详细程度建议为:按照伪码算法可以在计算机键盘直接输入高级程序设计语言程序);画出函数的调用关系图。-Huffman encoder/decoder design outline to achieve the definition of all data types, for each operation only needs to write pseudo-code algorithms; the main program and other modules are also required to write pseudo-code algorithms (pseudo-code algorithms to achieve the level of detail recommendations : According to pseudo-code algorithms in the computer keyboard can be imported directly Senior Program Design Language Program); paint function call graph.
Platform: | Size: 9216 | Author: 季舟 | Hits:

[Special EffectsGraph

Description: CGraph图形库,写得非常好!不过,唯一的不足是: 1:析构函数调用出错 2:中文字体很难看-CGraph graphics library, written very good! However, the only deficiencies are: 1: destructor call error 2: Chinese fonts look very difficult to
Platform: | Size: 52224 | Author: chengxu | Hits:

[Othermetre.tar

Description: 这是一个C程序分析工具,它可以对C程序的最大调用深度等定量指数进行度量,还可以输出调用图。-This is a C program analysis tools, it can call C procedures greatest depth quantitative index measurement, can also call graph output.
Platform: | Size: 118784 | Author: chen168zhen | Hits:

[ConsolecDAGlab6

Description: 自己写的一个图的转换CMD 程序 nodag.txt是一个有环图演示输入文件. dag.txt是一个无环图演示输入文件. g.c 为主程序文件 stackar.c 为堆栈定义和调用文件 run.exe 为已编译好的可执行文件 我编写了一个MAKEFILE文件.如果不使用MAKEFILE 请在g.c文件的头部添加 #include "stackar.c" 然后再直接编译g.c. 使用了堆栈的演示代码.-Their own plans to write a conversion CMD process has nodag.txt is a DAG input file presentation. Dag.txt acyclic graph is a demonstration of the input file. Gc main program file stackar.c for the definition and call the document stack run.exe have compiled executable file, I prepared a Makefile file. If you do not use the Makefile file in the head gc add# include stackar.c and then direct the compiler uses the stack gc demo code.
Platform: | Size: 13312 | Author: gaoquan | Hits:

[Software Engineeringwannianlikesheti

Description: 程序系统说明书 ① 程序系统总体功能模块调用图及模块功能说明; ② 程序系统详细的程序框图(每个子程序的流程图); ③ 打印:.系统封面,输入画面图,日历图; .系统源程序。 2.系统设计及实现的技术特点,不足及改进的建议。 3.课程设计的体会要点。 -Procedures for system specification process ① overall system function module call graph and module functional description ② procedures detailed procedures system block diagram (one for each subprogram flow chart) ③ Print:. The system cover, enter the screen map, calendar chart . System source . 2. System Design and Implementation of the technical features and the lack of improvement. 3. Curriculum design experience points.
Platform: | Size: 6144 | Author: 王文超 | Hits:

[Data structschuan

Description: 题目:串基本操作的演示 含有测试结果和函数关系调用图-Title: string containing the basic operation of the demonstration test results and the function call graph
Platform: | Size: 29696 | Author: 布瓜 | Hits:

[Windows DevelopCodeViz

Description: 一款分析 C/C++源代码中函数调用关系的调用图生成工具,很实用-An analysis of C/C++ Source code function call relations between the call graph generation tool, it is practical
Platform: | Size: 284672 | Author: zqing | Hits:

[Software EngineeringIntegrationtesting

Description: 集成测试PPT 单锦辉 北京大学软件研究所 内容 集成测试的必要性 集成测试的方法 • … 基于分解的集成 • … 基于调用图的集成 • … 基于路径的集成 案例研究 -Integration testing PPT single Jinhui Institute of Software, Peking University, the need for content integration testing integration testing method • ... based on decomposition integration • ... call graph-based integration • ... case studies based on the integration path
Platform: | Size: 640000 | Author: hongyuan | Hits:

[.netRefractor

Description: .net程序集图形分析工具源代码,也适合Javascript。可以很好的显示调用和依赖关系。详见内部的说明文件和截图。 -Diagrammer for .Net Assemblies, also support for Javascript. Good for assembly dependencies. Good for showing the call graph in complex methods. Good for showing the jumps in IL. Good for getting an overview of where the complex parts of a system are.
Platform: | Size: 4629504 | Author: liuYue | Hits:

[Data structsWithout-the-adjlink-to-map

Description: 从键盘输入无向图G的顶点个数v及边的个数e。建立有v个顶点、e条边构成的无向图G,采用邻接矩阵表示。V个顶点的值由键盘输入,元素类型为字符型。e条边的信息也由键盘输入。分别调用图的深度优先搜索、广度优先搜索图并输出相应的遍历序列。-Input from the keyboard without the number of vertices to the graph G v and the number of edges e. Establishment of a v vertices, e edges undirected graph consisting of G, with adjacency matrix. V vertex value from keyboard input, the element type of character. e edges of the information is also entered from the keyboard. Call graph, respectively, the depth first search, breadth-first search graph traversal and output the corresponding sequence.
Platform: | Size: 23552 | Author: 钱行 | Hits:

[Linux-Unixlinux-kernel

Description: 有关linux内核的框架图,从上层到底层的系统函数调用过程图-The framework of the linux kernel map from the top to the bottom of the system function call graph
Platform: | Size: 910336 | Author: 龙迹 | Hits:

[Streaming Mpeg4x264coder-flowchart-and-anotation

Description: X264框架的详细函数调用图,包含了大多数重要的函数间的调用,以及为每个函数添加了注释-X264 framework detailed function call graph, contains the most important function between calls, and add comments for each function
Platform: | Size: 186368 | Author: shi tou | Hits:

[Otherlinuxkernelmemory.gif.tar

Description: 内存映射等 ,内存管理相关的函数调用关系图-Memory mapping, memory management function call graph
Platform: | Size: 84992 | Author: 张元瑞 | Hits:

[Program docCallsGraph-decode_frame

Description: FFMPEG源码中解码H264部分的decode_frame函数的调用关系图,详细到每一个被调函数,以及被调函数的被吊函数等。学习FFMPEG解码流程很好的帮助文档。-FFMPEG source code decoding H264 part decode_frame function call graph, each one in detail to the called function, and the called function was hanging functions, etc.. Learn FFMPEG decoding flow good help documentation.
Platform: | Size: 792576 | Author: 昊天 | Hits:

[matlabtiaozhengtu

Description: 可以自动调整matlab figure的尺寸,使众多图保持一致,用于论文中图的调用比较方便,更加美观-Matlab figure can automatically adjust the size, so that many figure consistent call graph paper for more convenient, more beautiful
Platform: | Size: 2048 | Author: 幸福 | Hits:

[Linux-UnixCallGraph

Description: The core call graph itself can also be updated to reflect changes to the IR.
Platform: | Size: 8192 | Author: kanxkgd | Hits:

[Otherboost-graph

Description: boost图论算法调用模板,只需要修改个别参数,就可以直接套用代码,省的自己实现-boost graph algorithms call template, only need to modify individual parameters, you can directly apply the code, to achieve their own province
Platform: | Size: 9216 | Author: 黄立· | Hits:

[3D Graphiccallgraph

Description: call graph viev for phisycs
Platform: | Size: 710656 | Author: dust | Hits:
« 12 3 »

CodeBus www.codebus.net